PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowDocument Class / setOutputIntents Method
A collection of com.o2sol.pdf4java.document.PDFOutputIntent objects describing the color characteristics of output devices on which the document might be rendered.
In This Topic
    setOutputIntents Method
    In This Topic
    Sets the collection of output intents.
    Syntax
    public void setOutputIntents( 
       PDFOutputIntentCollection value
    )

    Parameters

    value
    A collection of com.o2sol.pdf4java.document.PDFOutputIntent objects describing the color characteristics of output devices on which the document might be rendered.
    See Also